home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / domacnost a kancelar / clocx / ClocXfull.exe / Presets / Wall Clock medium.ini < prev    next >
INI File  |  2004-02-17  |  1KB  |  42 lines

  1. ;all colors are in BGR format (hexadecimal or number)
  2. [Settings]
  3. CutColor=0x0000FF       ;cut window by this color (default red)
  4.             ;not used with PNG in Win2k/XP
  5.  
  6. DisableAMPM=0           ;force AM/PM indicator disabled (default 0)
  7. AMPMColor=0x232323    ;color of AM/PM indicator
  8. AMPMFont=Times New Roman
  9. AMPMFontSize=10         ;size of AM/PM font
  10.  
  11. DisableDate=0
  12. DateColor=0x232323
  13. DateFont=Arial
  14. DateFontSize=11
  15.  
  16. HourColor=0x000000      ;color of hour hand
  17. HourLength=42           ;length of hour hand
  18. HourLap=7               ;overlap of hour hand
  19. HourWidth=4             ;width of hour hand
  20.  
  21. MinuteColor=0x000000    ;color of minute hand
  22. MinuteLength=57         ;length of minute hand
  23. MinuteLap=7             ;overlap of minute hand
  24. MinuteWidth=4           ;width of minute hand
  25.  
  26. SecondColor=0x553F99    ;color of second hand
  27. SecondLength=63         ;length of second hand
  28. SecondLap=10             ;overlap of second hand
  29. SecondWidth=1           ;width of second hand
  30.  
  31.  ;CenterX=60             ;center point's X (default image_width / 2)
  32.  ;CenterY=60             ;center point's Y (default image_height / 2)
  33.  
  34. ;load hour hand image from PNG file
  35. ;HourPNG=hand2.hpng
  36. ;HourPNGCenterDist=24   ;distance from center of PNG image to point that should be in center of clock
  37. ;load minute hand image from PNG file:
  38. ;MinutePNG=hand2.hpng
  39. ;MinutePNGCenterDist=24
  40. load second hand image from PNG file:   
  41. SecondPNG=Wall Clock medium-sec.hpng
  42. SecondPNGCenterDist=25